'Declaration Public Overloads Function SynchronizeUploadWithDelete( _ ByVal localDirectory As System.String, _ ByVal ftpDirectory As System.String, _ ByVal filesAndDirectoriesToExclude As System.Collections.Generic.List(Of String) _ ) As System.Collections.Generic.List(Of TransferInfo)
'Usage Dim instance As FTP Dim localDirectory As System.String Dim ftpDirectory As System.String Dim filesAndDirectoriesToExclude As System.Collections.Generic.List(Of String) Dim value As System.Collections.Generic.List(Of TransferInfo) value = instance.SynchronizeUploadWithDelete(localDirectory, ftpDirectory, filesAndDirectoriesToExclude)
public System.Collections.Generic.List<TransferInfo> SynchronizeUploadWithDelete( System.string localDirectory, System.string ftpDirectory, System.Collections.Generic.List<string> filesAndDirectoriesToExclude )
public function SynchronizeUploadWithDelete( localDirectory: System.String; ftpDirectory: System.String; filesAndDirectoriesToExclude: System.Collections.Generic.List ): System.Collections.Generic.List;
public function SynchronizeUploadWithDelete( localDirectory : System.String, ftpDirectory : System.String, filesAndDirectoriesToExclude : System.Collections.Generic.List ) : System.Collections.Generic.List;
public: System.Collections.Generic.List<TransferInfo*>* SynchronizeUploadWithDelete( System.string* localDirectory, System.string* ftpDirectory, System.Collections.Generic.List<string*>* filesAndDirectoriesToExclude )
public: System.Collections.Generic.List<TransferInfo^>^ SynchronizeUploadWithDelete( System.String^ localDirectory, System.String^ ftpDirectory, System.Collections.Generic.List<String^>^ filesAndDirectoriesToExclude )
Parameters
- localDirectory
- The local directory to upload
- ftpDirectory
- The FTP directory to upload to
- filesAndDirectoriesToExclude
- Filename, directory name, or wildcard to exclude